@charset "utf-8";
.x-mask {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #000;}
/*	弹窗	*/
.pop-alert .pop-dialog{ width: 500px; height: 350px; background-color: #fff; z-index: 1;}
.pop-alert .btnWarp{ padding: 8px 20px;}
.pop-alert .btnWarp button{ line-height: 1; padding: 8px 20px; margin: 0 10px;}

.pop-mod.pop-video .pop-dialog{width: 900px;height: 550px;}
.pop-mod.pop-video .pop-dialog .pop-cont{height: 100%;}
.pop-mod.pop-video .pop-dialog .video{height: 100%;overflow: hidden;}
.pop-mod.pop-video .pop-dialog video{object-fit: cover;}
.pop-mod.pop-video  .pop-close{ background-color: rgba(0, 0, 0, 0); border: 1px solid #ccc; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; padding: 5px;box-sizing: content-box;}
.pop-mod.pop-video .vjs-default-skin .vjs-big-play-button{ width: 2.6em; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-color: #fff;}
.pop-mod.pop-video .video-js{width: 100% !important;height: 100% !important;}
.pop-video{display: none;}
.pop-video.x-show{display: block;}
.pop-video video{display: none;}
.pop-video.x-show video{display: block;}
/*	复用图片包裹	*/
.scaleimg{ overflow: hidden;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.scaleimg img{ width: 100%; height: auto;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
.scaleimg:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	
.bdmap{ height: 1000px;}
.bdmapinfo{ position: fixed; left: 0; top: 0; width: 300px; visibility: hidden; z-index: -9999;}

.video{ height: 500px;}

.x-sidebar{
	position: fixed;
	top: 50%;
	right: -118px;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	z-index: 9;
	-webkit-transition: all 0.5s, visibility 0.5s;
	transition: all 0.5s, visibility 0.5s;
	padding-right: 24px;
	color: #fff;
	width: 94px;
	box-sizing: content-box;
}
.x-sidebar .click-arr{ width: 75px; height: 75px; background-color: #099781; border-radius: 50%; position: absolute; top: 50%; left: -36px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); cursor: pointer;}
.x-sidebar .click-arr .arr1{ position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); left: 16px;width: 11px;height: 19px;background-image: url(../image/arr1a.png);background-repeat: no-repeat;background-position: center;background-size: cover;cursor: pointer;}

.x-sidebar.x-show{ opacity: 1; visibility: visible;}
.x-sidebar.show{right: 0px;}
.x-sidebar.show .click-arr .arr1{background-image: url(../image/arr1.png);}
.x-sidebar .side-box{background-color: #099781;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 30px 0;
	overflow: hidden;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 9;
}
.x-sidebar .side-item{ position: relative; display: block;   cursor: pointer;}
.x-sidebar .side-item + .side-item{ margin-top: 30px;}
.x-sidebar .side-unit{ text-align: center;}
.x-sidebar .side-unit .icon img{max-width: 43px;height: auto;}
.x-sidebar .side-unit a{color: #fff;display: block;}
.x-sidebar .side-unit .s1{margin-top: 10px;white-space: nowrap;}
.x-sidebar .side-pop{ position: absolute; right: 100%; top: 50%; margin-right: 10px; opacity: 0; visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.x-sidebar .side-item:hover .side-pop{ opacity: 1; visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/* .x-sidebar .side-item:hover{ background-color: coral;} */
/* .x-sidebar .side-item:hover .side-unit{ color: #fff;} */
.x-sidebar .tel{ position: relative; margin-top: -20px; padding: 10px; border-radius: 5px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.x-sidebar .code{ position: relative; margin-top: -50%; padding: 10px; border-radius: 5px; width: 100px; height: 100px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: content-box;	
	box-sizing: content-box;	
}
.x-sidebar .code:before{ content: ''; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; height: 0; border: 5px solid transparent; border-left-color: #fff;}
.x-sidebar .code img{ display: block; width: 100%;}
.x-sidebar .gotop{ position: static;}

/* 详情页 */
.article{ padding: 90px 0;}
.article-title{ margin-bottom: 30px; text-align:center;}
.article-title .h24{ margin-bottom: 20px; font-size:24px;}
.article-title .info{ color:#333;margin-top: 12px;}
.article-title .info span{ margin: 0 15px;}
.article-cont{ margin-bottom: 30px; font-size: 16px;}
.article-cont .p, .article-cont p{ margin-bottom: 20px;text-align: justify;text-justify:inter-ideograph;text-indent: 2em;color: #707070; }
.article-cont img, .article-cont video { max-width: 100%; height: auto !important;margin: 10px 0;}
.article-cont iframe {max-width: 100%;}
.article-paging{ overflow: hidden; padding:20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; line-height: 26px;}
.article-paging .prev, .article-paging .next{ position: relative; width:40%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.article-paging .prev{ float: left; padding-left: 40px;}
.article-paging .next{ float: right; padding-right: 40px; text-align: right;}
.article-paging .prev:before, .article-paging .next:before{ position: absolute; width:24px; border:1px solid; border-radius: 50%; font-size:16px; text-align: center; line-height: 1.5;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.article-paging .prev:before{ content:"\e831"; left: 0;}
.article-paging .next:before{ content:"\e832"; right: 0;}
.article-paging a:hover{ opacity: 0.8;}

.article .share-mod{ padding: 30px 0; }
.article_form{padding: 90px 0 0;}
.contact_us7.article_form .util{background-color: #fff;padding-bottom: 0;}
.contact_us7.article_form .textarea{margin-left: 0;}


.contact_us7.article_form .textarea textarea::-webkit-input-placeholder { /* WebKit browsers */color: #333;}
.contact_us7.article_form .textarea textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #333;}
.contact_us7.article_form .textarea textarea::-moz-placeholder { /* Mozilla Firefox 19+ */color: #333;}
.contact_us7.article_form .textarea textarea:-ms-input-placeholder { /* Internet Explorer 10+ */color: #333;} 

/* 搜索结果页 */
.result{ padding:60px 0; }
.result .key{ color:#5c983e; }
.result .h24{ font-size:24px; }
.result .h24 span{ margin-left: 30px; font-size:18px; color:#707070; }
.result .list{ margin-bottom: 50px; }
.result .list-item{ padding:30px 0; border-bottom:1px solid #d1d1d1; }  
.result .list .h18{ font-size:18px; margin-bottom: 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.result .list .p{ color:#707070; }
.result .list a:hover{ opacity: 0.8;}

/* 网站地图 */
.sitemap{ padding:60px 0; }
.sitemap dl{ padding: 20px 0; border-bottom: 1px solid #eee;}
.sitemap dt{ font-size: 16px; }
.sitemap dd{ margin-top: 20px; padding-left: 4em; word-break: keep-all;}
.sitemap dd a{ margin-right: 20px;}
.sitemap a:hover{ opacity: 0.8;}

/* 首页 */
.home1{}
.home1 .banner{}
.home1 .banner .slick-mod{}
.home1 .banner .slick-mod .slick-item{}
.home1 .banner .slick-mod .slick-item .img{width: 100%;height: 800px;overflow: hidden;position: relative;display: block;}
.home1 .banner .slick-mod .slick-item .img .p-show{height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.home1 .banner .slick-mod .slick-item .img img{width: 100%;height: auto;}
.home1 .banner .slick-mod .slick-item .img img.m-show{display: none;}
.home1 .banner .slick-mod .slick-item .img .mask{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.home1 .banner .slick-mod .slick-dots li{background-color: rgba(0, 0, 0, 0);border: 1px solid #fff;padding: 8px;}
.home1 .banner .slick-mod .slick-dots li.slick-active, .home1 .banner .slick-mod .slick-dots li.slick-active:hover{background-color: #fff;}
.home1 .banner .slick-mod .slick-dots{bottom: 35px;}
.home2{padding: 92px 0 90px; background-size: cover;background-repeat: no-repeat;background-position: left center;}
.home2 .title_cont{position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.home2 .x-title{ line-height: 1.2; }
.home2 .x-title .x-s1{display: block;}
.home2 .title_cont .btn1{margin-top: 45px;}
.home2 .title_cont .btn1 a{ padding: 14px 25px; background-color: #099781; display: inline-block; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; color: #fff;}
.home2 .cont{}
.home2 .cont .tab-nav{height: 660px;width: 600px;background-size: cover;background-repeat: no-repeat;background-position: center;float: left;}
.home2 .cont .tab-nav .list{margin-left: 140px;}
.home2 .cont .tab-nav .list .scroll-track{white-space: normal}
.home2 .cont .tab-nav .list .scroll-item{white-space: nowrap;cursor: pointer;}
.home2 .cont .tab-nav .list .scroll-item .ite{ width: 95px; height: 95px; position: relative; background-color: #fff; border: 1px solid #099781; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;cursor: pointer; display: inline-block;vertical-align: middle;}
.home2 .cont .tab-nav .list .scroll-item .ite:after{ content: ''; position: absolute; top: -7px; right: -7px; bottom: -7px; left: -7px; border: 1px dashed #099781; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.home2 .cont .tab-nav .list .scroll-item .ite .img{width: 100%;height: 100%;overflow: hidden;}
.home2 .cont .tab-nav .list .scroll-item .ite .img img{width: 100%;height: auto;}
.home2 .cont .tab-nav .list .scroll-item .ite .img img.hover{display: none;}
.home2 .cont .tab-nav .list .scroll-tab{width: auto;}
.home2 .cont .tab-nav .list .scroll-item .tit1{display: inline-block;vertical-align: middle;margin-left: 20px;width: calc(100% - 95px - 30px);}
.home2 .cont .tab-nav .list .scroll-item .tit1 .t1{color: #333;}
.home2 .cont .tab-nav .list .scroll-item .tit1 .t2{color: #707070;margin-top: 3px;word-break: keep-all;word-wrap: break-word; white-space: pre-wrap; font-family: Avian;}
.home2 .cont .tab-nav .list .scroll-box{overflow: visible;}
.home2 .cont .tab-nav .list .scroll-item.cur .ite{background-color: #099781;}
.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img{display: none;}
.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img.hover{display: block;}
.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t1{color: #4eaba4;}
.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t2{color: #4eaba4;}
.home2 .cont .tab-nav .list .scroll-item:nth-child(2){margin-left: 104px;margin-top: 20px;width: calc(100% - 104px);}
.home2 .cont .tab-nav .list .scroll-item:nth-child(3){margin-left: 135px;margin-top: 52px;width: calc(100% - 135px);}
.home2 .cont .tab-nav .list .scroll-item:nth-child(4){margin-left: 98px;margin-top: 54px;width: calc(100% - 98px);}
.home2 .cont .tab-nav .list .scroll-item:nth-child(5){margin-top: 35px;}
.home2 .cont .tab-cont{float: left;width: 627px; margin-top: 3px;border-top: 3px solid #4eaba4;height: 655px;background-size: cover;background-repeat: no-repeat;background-position: center;border-right: 1px solid #dbe8e7;border-left: 1px solid #dbe8e7;border-bottom: 1px solid #dbe8e7;position: relative;}
.home2 .cont .tab-cont .tab-item{height: 100%;opacity: 0;visibility: hidden;position: absolute;}
.home2 .cont .tab-cont .tab-item .padd{padding: 65px 70px 75px 83px;height: calc(100% - 140px);    box-sizing: content-box;}
.home2 .cont .tab-cont .tab-item .padd .title1{text-align: left;padding-left: 18px;}
.home2 .cont .tab-cont .tab-item .padd .lis{margin-top: 25px;text-align: left;padding-left: 18px;}
.home2 .cont .tab-cont .tab-item .padd .lis .li{}
.home2 .cont .tab-cont .tab-item .padd .lis .li+.li{margin-top: 32px;}
.home2 .cont .tab-cont .tab-item .padd .lis .li .l1{position: relative;}
.home2 .cont .tab-cont .tab-item .padd .lis .li .l1:before{ content: ''; padding: 4px; background-color: #4eaba4; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; position: absolute;top: 12px;left: -18px;}
.home2 .cont .tab-cont .tab-item .padd .scroll1{height: 100%;}
.home2 .cont .tab-cont .tab-item.act{position: relative;opacity: 1;visibility: visible;}
.home2 .cont .tab-cont .arr1{ position: absolute; width: 22px; height: 31px; background-image: url(../image/temp/arr4.png); background-size: cover; background-repeat: no-repeat; background-position: center; left: -22px; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
.home3{background-color: #f4f4f5;padding: 90px 0 70px 0;overflow: hidden;}
.home3 .x-title{text-align: center;}
.home3 .btn1{margin-top: 10px;text-align: center;}
.home3 .cont{}
.home3 .cont .list{width: calc(100% + 19px);overflow: hidden;padding-top: 25px;}
.home3 .cont .list .item{width: 293px;height: 387px;float: left;margin: 0 19px 19px 0;}
.home3 .cont .list .item a{display: block;position: relative;width: 100%;height: 100%;}
.home3 .cont .list .item a .img{width: 100%;height: 100%;overflow: hidden;}
.home3 .cont .list .item a .img img{ width: 100%; height: auto; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.home3 .cont .list .item a .name1{padding: 15px 20px 0px;background-color: #4eaba4;font-size: 0;position: absolute;left: 0;bottom: 0;right: 0;color: #fff;overflow: hidden;}
.home3 .cont .list .item a .name1 .n2{font-size: 14px;margin-left: 17px;}
.home3 .cont .list .item a .name1 .n1,
.home3 .cont .list .item a .name1 .n2{display: inline-block;vertical-align: middle;}
.home3 .cont .list .item a .name1 .n2 span+span{margin-left: 4px;}
.home3 .cont .list .item a .name1 .desc{ font-size: 14px; margin-top: 5px; padding-bottom: 0px; height: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.home3 .cont .list .item a .name1 .ns{padding-bottom: 10px;}
.home4{padding: 90px 0;background-size: cover;background-repeat: no-repeat;background-position: center;height: 524px;box-sizing: content-box;}
.home4 .x-title{text-align: center;}
.home4 .btn1{margin-top: 20px;text-align: center;}
.home4 .cont{padding-top: 50px;}
.home4 .cont .num_list{text-align: center;font-size: 0;}
.home4 .cont .num_list .num_item{display: inline-block;vertical-align: top;margin: 0 20px;}
.home4 .cont .num_list .num_item .t1{color: #099781;font-family: Impact;line-height: 1;text-align: center;white-space: nowrap;}
.home4 .cont .num_list .num_item .t1 .impact1{font-size: 84px;}
.home4 .cont .num_list .num_item .t1 .impact2{font-size: 37px;}
.home4 .cont .num_list .num_item .t1 .impact2.h20{font-size: 20px;font-weight: bold;}
.home4 .cont .num_list .num_item .t2{margin-top: 5px;text-align: center;}
.home4 .cont .list{padding-top: 40px;text-align: center;}
.home4 .cont .list .item{max-width: 165px;display: inline-block;vertical-align: top;margin: 0 50px;}
.home4 .cont .list .item a{display: block;}
.home4 .cont .list .item a .ite{ width: 95px; height: 95px; background-color: #fff; position: relative; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; margin: 0 auto;}
.home4 .cont .list .item a .ite .img{ width: 93px; height: 93px; overflow: hidden; border: 1px solid #4eaba4; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; position: relative;}
.home4 .cont .list .item a .ite:before{ content: ''; position: absolute; top: -8px; right: -8px; bottom: -8px; left: -8px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border: 1px dashed #4eaba4;}
.home4 .cont .list .item a .ite .img img{width: 100%;height: auto;}
.home4 .cont .list .item a .tit1{text-align: center;margin-top: 22px;}
.home4 .cont .list .item a .tit1 .t2{margin-top: 8px;}
.home5{padding: 70px 0 0;}
.home5 .x-title{text-align: center;}
.home5 .cont{margin-top: 20px;}
.home5 .cont .list{overflow: hidden;}
.home5 .cont .list .item{width: 245px;height: 278px;float: left;overflow: hidden;}
.home5 .cont .list .item a{display: block;width: 100%;height: 100%;position: relative;}
.home5 .cont .list .item a .img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: none;
	-o-transition: all 0.3s ease-in-out;
}
.home5 .cont .list .item a .img img{width: 100%;height: auto;}
.home5 .cont .list .item a .midd-cont{ position: absolute; width: 90%; height: 90%; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); text-align: center;}
.home5 .cont .list .item a .midd-cont .ico{width: 95px;height: 66px;overflow: hidden;}
.home5 .cont .list .item a .midd-cont .ico img{max-width: 95px;height: auto;}
.home5 .cont .list .item a .midd-cont .t1{margin-top: 12px;color: #fff;}
.home5 .cont .list .item:nth-child(even){width: 243px;height: 276px;border: 1px solid #e6e6e6;}
.home5 .cont .list .item:nth-child(even) a .midd-cont .t1{color: #333;}
.home5 .cont .list .item a .midd-cont .arr1{ width: 40px; height: 14px; background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; left: 50%; bottom: 33px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); opacity: 0;visibility: hidden;}
.home6{padding: 75px 0 90px;}
.home6 .x-title{text-align: center;}
.home6 .btn1{margin-top: 10px;text-align: center;}
.home6 .cont{margin-top: 30px;overflow: hidden;background-color: #f4f4f5;position: relative;}
.home6 .cont .list{padding: 30px 70px 10px 65px;width:357px;height: 398px;float: right;box-sizing: content-box;}
.home6 .cont .list .item{font-size: 0;padding: 20px 0;border-bottom: 1px solid #dedede;display: block;position: relative;}
.home6 .cont .list .item .date1{text-align: center;display: inline-block;vertical-align: middle;border-right: 1px solid #dedede;padding-right: 20px;width: 63px;}
.home6 .cont .list .item .date1 .t1{font-size: 50px;font-weight: bold;line-height: 1;}
.home6 .cont .list .item .date1 .t2{line-height: 1;margin-top: 10px;}
.home6 .cont .list .item .tit1{display: inline-block;vertical-align: middle;margin-left: 24px;width: calc(100% - 83px - 25px);}
.home6 .cont .list .item:after{ content: ''; width: 0; position: absolute; height: 2px; background-color: #099781; left: 0; bottom: -1px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.home6 .cont .list .item .arr1{width: 40px;height: 14px;background-size: cover;background-repeat: no-repeat;background-position: center;position: absolute;right: 18px;bottom: 15px;opacity: 0;visibility: hidden;}

.home6 .cont .list .img_item{}
.home6 .cont .list .img_item .img{width: 738px;height: 438px;overflow: hidden;position: absolute;opacity: 0;visibility: hidden;top: 0;left: 0;}
.home6 .cont .list .img_item .img img{width: 100%;height: auto;}
.home6 .cont .list .img_item .img .mask{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.home6 .cont .list .img_item.act .img{opacity: 1;visibility: visible;}
.home6 .cont .list .img_item:last-child .item{border-bottom: 0;}


/* 精细全飞秒 */
.fine_full1{padding: 75px 0 90px;}
.fine_full1 .x-title{text-align: center;}
/* .fine_full1 .x-title .x-s2{} */
.fine_full1 .clear {height: 420px;margin-top: 35px;}
.fine_full1 .clear .l {height: 100%;float: left;width: 50%;}
.fine_full1 .clear .l .img {height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;position: relative;cursor: pointer;}
.fine_full1 .clear .l .img .ico{ width: 59px; height: 59px; overflow: hidden; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.fine_full1 .clear .l .img img{width: 59px;height: auto;}
.fine_full1 .clear .r {background: url(../image/temp/full1.jpg) no-repeat center;background-size: cover;padding: 65px 45px 0 55px;overflow: hidden;height: 100%;box-sizing: border-box;}
.fine_full1 .clear .r .d {text-align: justify;text-justify:inter-ideograph;height: calc(100% - 40px);padding-bottom: 40px;}
.fine_full1 .clear .r .d .scroll1{height: 100%;}
.fine_full1 .clear .r .d .p {color: #707070;padding-top: 20px;line-height: 1.8;}
.fine_full2{padding: 75px 0 95px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.fine_full2 .fine1 .x-title{text-align: center;}
.fine_full2 .fine1 .x-title .tit2{margin-top: 15px;}
.fine_full2 .fine1 .cont{margin-top: 35px;}
.fine_full2 .fine1 .list {overflow: hidden;}
.fine_full2 .fine1 .list .item {background: #fff;color: #707070;transition: all 0.4s ease;width: 396px;float: left;margin-bottom: 20px;}
.fine_full2 .fine1 .list .item +.item {margin-left: 20px;}
.fine_full2 .fine1 .list .item .img {position: relative;padding-bottom: 60%;overflow: hidden;}
.fine_full2 .fine1 .list .item .img img {width: 100%;height: auto;position: absolute;left: 0;top: 0;}
.fine_full2 .fine1 .list .item .img .mask {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(9,151,129,0.9);color: #fff;text-align: justify;text-justify:inter-ideograph;visibility: hidden;opacity: 0;transform: translateY(-100%);transition: all 0.6s ease;}
.fine_full2 .fine1 .list .item .img .mask .middle-cont {padding: 25px 30px;line-height: 1.8;height: 80%;}
.fine_full2 .fine1 .list .item .img .mask .middle-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #fff;}
.fine_full2 .fine1 .list .item .txt {padding: 15px 20px;text-align: center;}
.fine_full2 .fine1 .list .item:hover {background: #099781;color: #fff;}
.fine_full2 .fine1 .list .item:hover .img .mask {transform: none;opacity: 1;visibility: visible;}
.fine_full2 .fine1 .btn1{text-align: center;margin-top: 20px;}
.fine_full2 .fine1.jjlxg .slick-list {margin: 0 -10px;}
.fine_full2 .fine1.jjlxg .list .item {margin: 0;background: none;}
.fine_full2 .fine1.jjlxg .list .item .mar {margin: 0 10px;position: relative;background: #fff;}
.fine_full2 .fine1.jjlxg .list .item:hover {background: none;}
.fine_full2 .fine1.jjlxg .list .item:hover .mar {background: #099781;}
.fine_full2 .fine2{margin-top: 73px;}
.fine_full2 .fine2 .x-title{text-align: center;}
.fine_full2 .fine2 .cont{margin-top: 30px;}
.fine_full2 .fine2 .list{width: calc(100% + 20px);overflow: hidden;}
.fine_full2 .fine2 .list .item{width: 396px;height: 128px;background-color: #fff;margin: 0 20px 20px 0;float: left;}
.fine_full2 .fine2 .list .item .middle{height: 100%;text-align: center;}
.fine_full2 .fine2 .list .item .middle .middle-cont{padding: 15px 20px;}
.fine_full2 .fun {position: relative;text-align: center;margin-top: 40px;}
.fine_full2 .fun .slick-arrow {width: 100px;height: 46px;border: 1px solid #d1d1d1;border-radius: 0;background: none;position: static;display: inline-block;vertical-align: middle;transition: all 0.4s ease;}
.fine_full2 .fun .slick-arrow:after {display: none;}
.fine_full2 .fun .slick-prev {border-right: 0;background: url(../image/jjl/prev1.png) no-repeat center;}
.fine_full2 .fun .slick-next {background: url(../image/jjl/next1.png) no-repeat center;}



.fine_full2 .fine2 .btn1{text-align: center;margin-top: 20px;}
.fine_full2 .fine2 .btn1 .btn-a1{display: inline-block;padding: 14px 19px;background-color: #099781;font-size: 0;}
.fine_full2 .fine2 .btn1 .btn-a1 .ico{width: 21px;height: 19px;overflow: hidden;display: inline-block;vertical-align: middle;}
.fine_full2 .fine2 .btn1 .btn-a1 .ico img{width: 100%;height: auto;}
.fine_full2 .fine2 .btn1 .btn-a1 .b1{color: #fff;margin-left: 8px;display: inline-block;vertical-align: middle;}
.fine_full3 .clear{padding-top: 70px;}
.fine_full3 .clear .r{margin-top: 110px;}
.fine_full3 .clear .r .text{background-size: cover;background-repeat: no-repeat;background-position: center;height: 400px;}
.fine_full3 .clear .r .text .scroll1{color: #333;height: 160px;max-height: none;}
.fine_full3 .clear .r .text .scroll1 .p{margin-bottom: 8px;}
.fine_full3 .x-title{position: absolute;left: 50%;padding-left: 70px;top: 100px;z-index: 3;}
.fine_full3 .slick-nav{overflow: hidden;width: 160px;position: absolute;bottom: 0;right: 50%;z-index: 99;}
.fine_full3 .slick-nav .slick-arrow{ position: static; width: 80px; height: 80px; float: left; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #fff; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; opacity: 1;}
.fine_full3 .slick-nav .slick-arrow:after{display: none;}
.fine_full3 .slick-nav .slick-arrow.slick-prev{background-image: url(../image/temp/prev1.png);}
.fine_full3 .slick-nav .slick-arrow.slick-next{background-image: url(../image/temp/next1.png);}
.fine_full3 .slick-nav .slick-arrow.slick-prev:hover{background-image: url(../image/temp/prev1_a.png);background-color: #099781;}
.fine_full3 .slick-nav .slick-arrow.slick-next:hover{background-image: url(../image/temp/next1_a.png);background-color: #099781;}
.m3d_operation8.fine_full5 .list .item .a .s1{display: block;float: left;}
.m3d_operation8.fine_full5 .list .item .a .desc_p{overflow: hidden;max-height: 200px;}
.m3d_operation8.fine_full5 .list .item{padding-right: 40px;}
.m3d_operation8.fine_full5 .list .item .a{opacity: 0;visibility: hidden;position: absolute;display: block;}
.m3d_operation8.fine_full5 .list .item.show .a{opacity: 1;visibility: visible;position: relative;}
.fine_full4{}
.fine_full4 .img{width: 100%;}
.fine_full4 .img img{width: 100%;height: auto;} 

.exper1{padding: 190px 0 0;background-size: cover;background-position: center;background-repeat: no-repeat;}
.exper1 .l{float: left;}
.exper1 .l .img_bor{width: 450px;height: 630px;position: relative;}
.exper1 .l .img_bor .img{width: 410px;height: 610px;padding: 20px 20px 0;overflow: hidden;box-sizing: content-box;}
.exper1 .l .img_bor .img img{width: 100%;height: auto;}
.exper1 .l .img_bor .text{position: absolute;bottom: 0;left: 0;right: 0;padding: 22px 20px;background-color: rgba(9,151,129,0.9);text-align: center;color: #fff;}
.exper1 .l .img_bor .text .h18{margin-top: 5px;}
.exper1 .r{overflow: hidden;padding: 38px 25px 0 95px;}
.exper1 .r .scroll1{max-height: 500px;}
.exper1 .r .list{}
.exper1 .r .list .item{color: #fff;}
.exper1 .r .list .item+.item{margin-top: 16px;}
.exper1 .r .list .item .t1{margin-bottom: 14px;}
.exper1 .r .list .item .t2 .li{line-height: 1.8;}
.exper2{padding: 50px 0 60px;background-color: #f9f9f9;}
.exper2 .x-title{margin-bottom: 8px;padding: 0 80px;}
.exper2 .cont{padding: 0 80px;}
.exper2 .cont .list{}
.exper2 .cont .list .item{border-bottom: 1px solid #e0e0e0;}
.exper2 .cont .list .item a{display: block;padding: 22px 2px;font-size: 0;}
.exper2 .cont .list .item a .t1{color: #707070;max-width: 885px;float: left;}
.exper2 .cont .list .item a .t2{color: #707070;overflow: hidden;text-align: right;}
.exper2 .cont .btn1{margin-top: 40px;text-align: right;}
.exper3{background-color: #fff;padding-bottom: 95px;}

.notice1{padding: 75px 0 100px;background-color: #f9f9f9;}
.notice1 .x-title{text-align: center;}
.notice1 .cont{padding-top: 30px;}
.notice1 .cont .list{width: calc(100% + 20px);overflow: hidden;}
.notice1 .cont .list .item{width: 395px;background-color: #fff;float: left;margin: 0 20px 20px 0;}
.notice1 .cont .list .item a{display: block;}
.notice1 .cont .list .item .img{width: 395px;height: 238px;overflow: hidden;position: relative;}
.notice1 .cont .list .item .img img{width: 100%;height: auto;}
.notice1 .cont .list .item .img .mask{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.notice1 .cont .list .item .text{padding: 25px 20px;text-align: center;}
.notice1 .cont .list .item .text .t2{margin-top: 5px;}
.notice1 .cont .page-mod{margin-top: 25px;}


.m3d_operation8.fine_full5 .list .item .a .desc_p .p{color: #707070;margin-bottom: 22px;text-align: justify;;text-justify:inter-ideograph;}
.pop-video .vjs-poster{background-size: cover;}
.myopic_surgery_article.myopic_surgery1{padding-bottom: 0;}
.myopic_surgery_article.contact_us7 .form-item{width: 100%;}
.myopic_surgery_article.contact_us7{padding: 0 0 90px 0;}
.myopic_surgery_article.contact_us7.article_form .util{padding-top: 0;}

/* 2020-06-29lyj */
.fine_full2 .fine2 .list .item{width: 396px;margin-bottom: 0;}
.home3 .cont .list{text-align: center;font-size: 0;}
.home3 .cont .list .item{float: none;display: inline-block;vertical-align: top;}

/* 2020-07-01lyj */
.pt90{padding-top: 90px;}
/* 2020-07-06lyj */
.fine_full4.pt90{padding-top: 0;}
.scroll-prev, .scroll-next{display: none;}
.fine_full4.pt90 .img{margin-top: 90px;}

/* 20200921lyj */
.home4 .cont .num_list{white-space: nowrap;}
.home4 .cont .num_list .num_item{margin: 0 65px;}
.home1 .banner .slick-mod .slick-item .img{height: auto;}
	
@-webkit-keyframes r1{
	from{transform: rotate(0deg) scale(1.1);}
	to{transform: rotate(360deg) scale(1.1);}
}
@keyframes r1{
	from{transform: rotate(0deg) scale(1.1);}
	to{transform: rotate(360deg) scale(1.1);}
}
@media screen and (min-width: 751px){
	
}

@media screen and (min-width: 1230px){
	.home2 .cont .tab-nav .list .scroll-item:hover .ite{background-color: #099781;}
	.home2 .cont .tab-nav .list .scroll-item:hover .ite .img img{display: none;}
	.home2 .cont .tab-nav .list .scroll-item:hover .ite .img img.hover{display: block;}
	.home2 .cont .tab-nav .list .scroll-item:hover .ite:after {
		animation: r1 5s linear 0s infinite alternate;
		transform: scale(1.1);
	}
	.home3 .cont .list .item:hover a .img img{ transform: translateY(-15px); -webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -ms-transform: translateY(-15px); -o-transform: translateY(-15px); }
	.home3 .cont .list .item:hover a .name1{background-color: #099781;}
	.home3 .cont .list .item:hover a .name1 .desc{height: auto;padding-bottom: 15px;}
	.home3 .cont .list .item:hover a .name1 .ns{padding-bottom: 0px;}

	.home4 .cont .list .item:hover .ite:before {
		animation: r1 5s linear 0s infinite alternate;
		transform: scale(1.1);
	}
	.home5 .cont .list .item:hover a .img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
	.home5 .cont .list .item:hover a .midd-cont .arr1{opacity: 1;visibility: visible;}
	.home6 .cont .list .item:hover:after{width: 100%;}
	.home6 .cont .list .item:hover .arr1{opacity: 1;visibility: visible;}

	.exper2 .cont .list .item:hover a .t1{color: #099781;}
	.exper2 .cont .list .item:hover a .t2{color: #099781;}

	.fine_full2 .fine2 .list .item:hover{background: url(../image/temp/full4.jpg) no-repeat center;background-size: cover;}
	.fine_full2 .fine2 .list .item:hover .middle-cont{color: #fff;}
}

@media screen and (min-width: 751px) and (max-width: 1229px){
	
}
@media screen and (max-width: 1440px){
	/* .home1 .banner .slick-mod .slick-item .img{height: calc(100vh - 120px);} */
}
@media screen and (max-width: 1440px) and (min-width:1024px){
	.x-sidebar{
		-webkit-transition: right 0.5s;
		transition: right 0.5s;
		right: -95px;
		padding-right: 0;
	}
	.x-sidebar .side-unit .s1{font-size: 12px;}
	.x-sidebar.show{ right: 0px;}
	.x-sidebar .side-unit .icon img{max-width: 35px;}
	.x-sidebar .side-item + .side-item{margin-top: 20px;}
}

@media screen and (max-width: 750px){
	.pop-alert .pop-dialog{ width: 7rem; height: 5rem;}
	.x-sidebar{right: 0.25rem;top: auto;bottom: 0.8rem;padding: 0;width: auto;}
	.x-sidebar .side-item{display: none;}
	.x-sidebar .side-item.gotop{ display: block; width: 0.98rem; height: 0.98rem; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; background-color: #099781;margin-top: 0;visibility: hidden;opacity: 0;}
	.x-sidebar .side-item.gotop.x-show {    opacity: 1;
    visibility: visible;}
	.x-sidebar .side-unit .icon img{width: 100%;}
	.x-sidebar .side-box{padding: 0;background: none;box-shadow: none;}
	.x-sidebar .click-arr{display: none;}
	.x-sidebar.show{right: 0.25rem;}
/* 移动端详情页 */
	.article{ padding:0.8rem 0; }
	.article-title{ margin-bottom: 0.4rem;}
	.article-title .h24{ font-size:0.36rem; margin-bottom: 0.2rem; }
	.article-title .info span{ margin:0 0.1rem; }
	.article-cont{ margin-bottom: 0.3rem; }
	.article-cont .p{ margin-bottom: 0.2rem; }
	.article-paging{ padding:0.3rem 0; line-height:1.5; }
	.article-paging .prev{ margin-bottom: 0.2rem;}
	.article-paging .prev, .article-paging .next{ float: none; padding:0 0 0 0.5rem; width: 100%; text-align: left; }
	.article-paging .prev:before, .article-paging .next:before{ right:auto; left:0; width:0.42rem; height:0.42rem; font-size: 0.28rem; }
	
	.article .share-mod{ padding: 0.5rem 0;}
	.article .share-box .share-item{ width: 0.6rem; font-size: 0.4rem;}

/* 移动端搜索结果页 */
	.result{ padding:0.8rem 0; }
	.result .h24{ font-size:0.36rem; }
	.result .h24 span{ margin-left: 0.3rem; font-size:0.3rem; }
	.result .list{ margin-bottom: 0.5rem; }
	.result .list-item{ padding:0.4rem 0; }
	.result .list .h18{ font-size:0.3rem; margin-bottom: 0.2rem; }

/* 移动端网站地图 */
	.sitemap{ padding:0.4rem 0; }
	.sitemap dl{ padding: 0.3rem 0;}
	.sitemap dt{ font-size: 0.32rem; }
	.sitemap dd{ margin-top: 0.2rem; }
	.sitemap dd a{ margin-right: 0.2rem;}


	.home1 .banner .slick-mod .slick-item .img img.m-show{display: block;}
	.home1 .banner .slick-mod .slick-item .img{height: auto;}
	.home1 .banner .slick-mod .slick-dots li{padding: 3px;}
	.home1 .banner .slick-mod .slick-dots{bottom: 0.2rem;}
	.home2{padding: 1rem 0;}
	.home2 .title_cont{ position: relative; top: auto; left: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
	.home2 .title_cont .btn1{margin-top: 0.2rem;text-align: center;}
	.home2 .title_cont .btn1 a{padding: 0.2rem 0.4rem;}
	.home2 .cont .tab-nav{width: 100%;height: auto;float: none;background-image: none !important;}
	.home2 .cont .tab-nav .list{margin-left: 0;}
	.home2 .cont .tab-nav .list .scroll-track{white-space: nowrap;display: table;}
	.home2 .cont .tab-nav .list .scroll-item {width: 3rem !important;margin: 0 0.1rem !important;display: inline-block;vertical-align: top;padding-top: 0.4rem;}
	.home2 .cont .tab-nav .list .scroll-item .ite{width: 0.8rem;height: 0.8rem;display: block;margin: 0 auto;}
	.home2 .cont .tab-nav .list .scroll-item .tit1{margin-left: 0;width: auto;text-align: center;display: block;margin-top: 0.2rem;}
	/* .home2 .cont .tab-nav .list .scroll-item{width: auto;white-space: normal;} */
	/* .home2 .cont .tab-nav .list .scroll-item{margin: 0 0.2rem;} */
	.home2 .cont .tab-nav .list .scroll-box{overflow: hidden;}
	.home2 .cont .tab-cont{float: none;width: 100%;height: auto;margin-top: 0.1rem;}
	.home2 .cont .tab-cont .tab-item .padd{padding: 0.4rem 0.4rem 0.4rem 0.2rem;width: 100%;height: auto;box-sizing: border-box;}
	.home2 .cont .tab-cont .tab-item .padd .scroll1{max-height: 4rem;}
	.home2 .cont .tab-cont .arr1{opacity: 0;visibility: hidden;}
	/* .home2 .cont .tab-cont .tab-item .padd .scroll1{max-height: 4rem;} */
	.home2 .cont .tab-cont .tab-item .padd .title1{padding-left: 0.4rem;}
	.home2 .cont .tab-cont .tab-item .padd .lis{margin-top: 0.3rem;padding-left: 0.4rem;}
	.home2 .cont .tab-cont .tab-item .padd .lis .li .l1:before{top: 0.15rem;left: -0.3rem;}
	.home2 .cont .tab-cont .tab-item .padd .lis .li+.li{margin-top: 0.4rem;}
	.home3{padding: 1rem 0;}
	.home3 .btn1{margin-top: 0.2rem;}
	.home3 .cont .list{width: 100%;padding-top: 0.4rem;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
	.home3 .cont .list .item{width: calc(50% - 0.1rem);height: auto;margin: 0 0 0.2rem 0;}
	.home3 .cont .list .item a{width: 100%;display: flex;;display: -webkit-flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
	.home3 .cont .list .item a .img{height: auto; -webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;}
	.home3 .cont .list .item:nth-child(odd){margin-right: 0.2rem;}
	.home3 .cont .list .item a .name1{padding: 0.15rem;position: relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;	}
	.home3 .cont .list .item a .name1 .ns{padding-bottom: 0;}
	.home3 .cont .list .item a .name1 .n2{font-size: 0.28rem;margin-left: 0;display: block;}
	.home3 .cont .list .item a .name1 .desc{height: auto;margin-top: 0.1rem;font-size: 0.28rem;}
	.home4{padding: 1rem 0;}
	.home4 .btn1{margin-top: 0.2rem;}
	.home4 .cont{padding-top: 0.4rem;}
	.home4 .cont .num_list .num_item{margin: 0 0 0.2rem 0;width: 50% !important;}
	.home4 .cont .num_list .num_item .t1 .impact1{font-size: 0.5rem;}
	.home4 .cont .num_list .num_item .t1 .impact2{font-size: 0.3rem;}
	.home4 .cont .list{padding-top: 0.4rem;}
	.home4 .cont .list .item{float: left;width: 50%;display: block;margin: 0 0 0.2rem 0;padding: 0 0.2rem;max-width: inherit;}
	.home4 .cont .list .item a .ite{width: 1.2rem;height: 1.2rem;}
	.home4 .cont .list .item a .ite .img{width: 100%;height: 100%;}
	.home4 .cont .list .item a .ite:before,
	.home2 .cont .tab-nav .list .scroll-item .ite:after{top: -3px;right: -3px;bottom: -3px;left: -3px;}
	.home4 .cont .list .item a .tit1{margin-top: 0.15rem;}
	.home4 .cont .list .item a .tit1 .t2{margin-top: 0.05rem;}
	.home5{padding: 1rem 0;}
	.home5 .cont{margin-top: 0.4rem;}
	.home5 .cont .list{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
	.home5 .cont .list .item{width: calc(50% - 0.2rem);height: auto;margin: 0 0.1rem 0.2rem 0.1rem;}
	.home5 .cont .list .item:nth-child(even){width: calc(50% - 0.2rem);height: auto;}
	.home5 .cont .list .item a .img{background-image: none !important;}
	.home5 .cont .list .item a .midd-cont .ico{width: 1rem;height: auto;margin: 0 auto;}
	.home5 .cont .list .item a .midd-cont .ico img{max-width: 100%;}
	.home5 .cont .list .item a .midd-cont .t1{margin-top: 0.1rem;}
	.home6{padding: 1rem 0;}
	.home6 .btn1{margin-top: 0.2rem;}
	.home6 .cont{margin-top: 0.4rem;background-color: #fff;}
	.home6 .cont .list{width: 100%;height: auto;padding: 0;float: none;}
	.home6 .cont .list .img_item .img{width: 100%;height: auto;opacity: 1;visibility: visible;position: relative;}
	.home6 .cont .list .item{padding: 0.4rem;border-left: 1px solid #dedede;border-right: 1px solid #dedede;margin-bottom: 0.3rem;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;}
	.home6 .cont .list .item .date1{padding-right: 0.3rem;width: auto;}
	.home6 .cont .list .item .date1 .t1{font-size: 0.5rem;}
	.home6 .cont .list .item .date1 .t2{margin-top: 0.15rem;}
	.home6 .cont .list .item .tit1{width: auto;margin-left: 0.3rem;-ms-flex: 1;flex: 1;}
	.home6 .cont .list .img_item:last-child .item{border-bottom: 1px solid #dedede;}

	.article_form{padding: 1rem 0 0;}
	.article-title .info{margin-top: 0.15rem;}
	.article-cont img, .article-cont video {display: block;width: 100%;height: auto;}

	.fine_full1{padding: 1rem 0;}
	.fine_full1 .x-title .x-s2{display: block;}
	.fine_full1 .clear{height: auto;margin-top: 0.4rem;}
	.fine_full1 .clear .l{width: 100%;height: auto;float: none;}
	.fine_full1 .clear .l .img img.m-show{width: 100%;height: auto;}
	.fine_full1 .clear .l .img .ico{width: 1rem;height: 1rem;}
	.fine_full1 .clear .l .img .ico img{width: 100%;height: auto;}
	.fine_full1 .clear .r{padding: 0.4rem;float: none;}
	.fine_full1 .clear .r .d{padding-bottom: 0;}
	.fine_full1 .clear .r .d .scroll1{max-height: 5rem;height: auto;}
	.fine_full2{padding: 1rem 0;}
	.fine_full2 .fine1 .x-title .tit2{margin-top: 0.15rem;}
	.fine_full2 .fine1 .cont{margin-top: 0.4rem;}
	.fine_full2 .fine1 .list .item{float: none;width: 100%;margin-bottom: 0.2rem;background: #099781;color: #fff;}
	.fine_full2 .fine1 .list .item +.item{margin-left: 0;}
	.fine_full2 .fine1 .list .item .img .mask .middle-cont {padding: 0 0.3rem;}
	.fine_full2 .fun {margin-top: 0.5rem;}
	/* .fine_full2 .fine1 .list .item .img .mask{ transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; opacity: 1;visibility: visible;} */
	.fine_full2 .fine1.jjlxg .list .item .mar {background: #099781;}
	.fine_full2 .fine2{margin-top: 1rem;}
	.fine_full2 .fine2 .cont{margin-top: 0.4rem;}
	.fine_full2 .fine2 .list{width: 100%;}
	.fine_full2 .fine2 .list .item{width: 100%;height: auto;float: none;margin: 0 0 0.3rem 0;}
	.fine_full2 .fine2 .btn1{margin-top: 0.3rem;}
	.fine_full2 .fine2 .btn1 .btn-a1{padding: 0.2rem 0.2rem;}
	.fine_full2 .fine2 .btn1 .btn-a1 .ico{width: 0.4rem;height: auto;}
	.fine_full2 .fine2 .btn1 .btn-a1 .ico img{width: 100%;height: auto;}
	.fine_full3 .clear{padding-top: 0.6rem;}
	.fine_full3 .clear .r{margin-top: 0rem;}
	.fine_full3 .clear .r .text{height: auto;}
	.fine_full3 .clear .r .text .scroll1{max-height: 4rem;}
	.fine_full3 .slick-nav{position: static;}
	.fine_full3 .slick-nav .slick-arrow{ position: absolute; width: 0.8rem; height: 0.8rem; float: none; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
	.fine_full3 .slick-nav .slick-arrow.slick-prev{left: 0.5rem;bottom: auto;top: 3.5rem;}
	.fine_full3 .slick-nav .slick-arrow.slick-next{right: 0.5rem;bottom: auto;top: 3.5rem;}
	.fine_full3 .x-title{position: static;padding-left: 0;margin-top: 1rem;}
	.m3d_operation8.fine_full5 .list .item .a .desc_p{max-height: 4rem;}
	.m3d_operation8.fine_full5 .list .item{padding-right: 0.425rem;}

	.pop-alert.pop-video .pop-dialog{width: 7rem;height: 5rem;}
	.pop-alert.pop-video .pop-close:after{font-size: 0.5rem;}
	.notice1{padding: 1rem 0;}
	.notice1 .cont{padding-top: 0.8rem;}
	.notice1 .cont .list{width: 100%;}
	.notice1 .cont .list .item{width: 100%;height: auto;float: none;margin: 0 0 0.3rem 0;}
	.notice1 .cont .list .item .img{width: 100%;height: auto;}
	.notice1 .cont .list .item .text{padding: 0.4rem;}
	.notice1 .cont .page-mod{margin-top: 0.4rem;}

	.exper1{padding: 1rem 0;}
	.exper1 .l,
	.exper1 .r{float: none;}
	.exper1 .l .img_bor{width: 75%;height: auto;margin: 0 auto;padding: 0.25rem 0.25rem 0;}
	.exper1 .l .img_bor .img{width: 100%;height: auto;padding: 0;}
	.exper1 .l .img_bor .text{padding: 0.4rem;}
	.exper1 .r{padding: 0.4rem;}
	.exper1 .r .scroll1{max-height: 4rem;}
	.exper1 .r .list .item .t1{margin-bottom: 0.2rem;}
	.exper1 .r .list .item+.item{margin-top: 0.2rem;}
	.exper2{padding: 1rem 0;}
	.exper2 .x-title{padding: 0;margin-bottom: 0;}
	.exper2 .cont{padding: 0;}
	.exper2 .cont .list .item a{padding: 0.4rem 0;}
	.exper2 .cont .list .item a .t1{max-width: 100%;float: none;}
	.exper2 .cont .list .item a .t2{}
	.exper2 .cont .btn1{margin-top: 0.4rem;text-align: center;}

	.home4{height: auto;}
	.myopic_surgery_article.contact_us7{padding-bottom: 1rem;}

	.fine_full2 .fine2 .list .item{width: 100% !important;}
	.home3 .cont .list .item{width:calc(50% - 0.1rem);}
	.home4 .cont .list{overflow: hidden;}
	.pt90{padding-top: 1rem;}
	.article-cont iframe {max-width: 100%;width: 100%;height: 5rem;}
	.pop-mod.pop-video .pop-close{top: -1rem;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;}
	.home2 .title_cont .btn1 a{line-height: 1;}

	.fine_full4.pt90{padding-top: 0;}


	.scroll-prev, .scroll-next{ position: absolute; top: 0; bottom: 0;  height: 100%;cursor: pointer; z-index: 1;display: block;width: 0.2rem;}
	.scroll-prev{ left: 0;}
	.scroll-next{ right: 0;}
	.scroll-prev:before, .scroll-next:before{content: ''; width: 0.2rem; height: 0.3rem; background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
	.scroll-prev:before{ background-image: url(../image/arr1a_1.png);left: 0;}
	.scroll-next:before{ background-image: url(../image/arr1_1.png);right: 0;}
	.home2 .cont .tab-nav .list .scroll-tab{position: relative;}
	.home2 .cont .tab-nav .list .scroll-box{margin: 0 0.5rem;}
	.home2 .title_cont .btn1 a{padding: 0 0.4rem;height: 0.7rem;line-height: 0.74rem;}
	.fine_full4.pt90 .img{margin-top: 1rem;}

	.exper1 .l .img_bor{width: 60%;}
	.exper1 .l .img_bor .text{padding: 0.15rem 0.2rem;}
	.exper1 .r .scroll1{max-height: none;}





	/* 2020-07-13lyj */
	.home2 .cont .tab-nav .list .scroll-track{display: block;white-space: normal;padding: 0 0.5rem;}
	.home2 .cont .tab-nav .list .slick-prev{left: 0;}
	.home2 .cont .tab-nav .list .slick-next{right: 0;}
	.home2 .cont .tab-nav .list .scroll-box{margin: 0;}
	.home2 .cont .tab-nav .list .slick-arrow{width: 0.4rem;height: 0.6rem;line-height: 0.6rem;background-color: rgba(0, 0, 0, 0);}
	.home2 .cont .tab-nav .list .slick-arrow:after{font-size: 0.4rem;color: #099781;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .ite{background-color: #099781;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .ite .img img{display: none;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .ite .img img.hover{display: block;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .tit1 .t1{color: #4eaba4;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .tit1 .t2{color: #4eaba4;}
	.home2 .cont .tab-nav .list .scroll-item.cur .ite{background-color: #fff;}
	.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img{display: block;}
	.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img.hover{display: none;}
	.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t1{color: #333;}
	.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t2{color: #333;}
	.home4 .cont .num_list{white-space: normal;}
}


